home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / tobby_ur.swf / scripts / DefineSprite_239 / frame_1 / DoAction.as
Encoding:
Text File  |  2010-11-09  |  213 b   |  13 lines

  1. if(_root.getPresentNum == 0)
  2. {
  3.    this.gotoAndStop(5);
  4. }
  5. if(_root.getPresentNum >= 1 && 4 >= _root.getPresentNum)
  6. {
  7.    this.gotoAndStop(10);
  8. }
  9. if(_root.getPresentNum >= 5)
  10. {
  11.    this.gotoAndStop(15);
  12. }
  13.